home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Demos / Alice Demo / demo / pak0.pk3 / ui / bind.scr < prev    next >
Encoding:
Text File  |  2000-11-27  |  2.4 KB  |  68 lines

  1. //header 1 "Action"
  2. //header 2 "Key"
  3. //header 3 "Alternate" "textures/bind/alternate"
  4.  
  5. bind_width                    230        // 214
  6. bind_height                    300
  7. bind_fillwidth                16
  8. bind_commandwidth            145        // 128
  9. bind_commandheight            22        // 16
  10. bind_primarykeywidth        68        // 64
  11. bind_primarykeyheight        22        // 16
  12. bind_alternatekeywidth        64
  13. bind_alternatekeyheight        16
  14.  
  15. align centerx centery
  16.  
  17. titleforegroundcolor        0 0 0 1
  18. titlebackgroundcolor        0 0 0 0
  19.  
  20. activebordercolor            0 0 0 1
  21.  
  22. activeforegroundcolor        1 1 1 1
  23. activebackgroundcolor        0 0 0 0
  24.  
  25. inactiveforegroundcolor        0 0 0 1
  26. inactivebackgroundcolor        1 1 1 0
  27.  
  28. highlightforegroundcolor    1 1 1 1
  29. highlightbackgroundcolor    0 0 0 0
  30.  
  31. selectforegroundcolor        1 1 1 1
  32. selectbackgroundcolor        0 0 0 0
  33.  
  34. changesound sound/misc/menu/change.wav
  35. activesound sound/misc/menu/reject.wav
  36. entersound  sound/misc/menu/select.wav
  37.  
  38. // bind name, bind command, animation, is looped, model rotation, custom button shader
  39. binditem "Primary Attack"        +attackright            knife_att_1_prim2        false
  40. binditem "Alternate Attack"        +attackleft                knife_att_1_alt            false
  41.  
  42. binditem "Move Forward"            +forward                run_nowep                true
  43. binditem "Move Backward"        +back                    run_back_nowep            true
  44. binditem "Jump/Swim Up"            +moveup                    config_jump                false
  45. binditem "Climb Down/Swim Dn"    +movedown                config_climb_down        true
  46.  
  47. binditem "Turn Left"            +left                    idle_stand_rocktoes        true    -45
  48. binditem "Turn Right"            +right                    idle_stand_rocktoes        true    45
  49. binditem "Strafe Left"            +moveleft                run_nowep                true    -20
  50. binditem "Strafe Right"            +moveright                run_nowep                true    20
  51.  
  52. binditem "Toggle Run/Walk"        +speed                    walk_nowep                true
  53. binditem "Use/Climb Up"            +use                    use_lever                false
  54. binditem "Camera Look"            +cameralook                idle_stand_rocktoes        false
  55. binditem "Cheshire Help"        "cheshire"                idle_stand_rocktoes        false
  56. binditem "Pause"                "pause"                    idle_stand_rocktoes        false
  57.  
  58. binditem "Equip Vorpal Blade"    "use knife"                knife_att_1_prim1        false
  59. binditem "Equip Cards"            "use cards"                cards_att_1_alt            false
  60. binditem "Equip Mallet"            "use mallet"            mallet_att_1_prim1        false
  61. binditem "Equip Jackbomb"        "use jackbomb"            jbomb_att_2_prim        false
  62.  
  63. binditem "Quick Save"            "savegame quicksave"    idle_stand_rocktoes        false
  64. binditem "Quick Load"            "loadgame quicksave"    idle_stand_rocktoes        false
  65.  
  66. binditem "Next Weapon"            "nextweapon"            idle_stand_rocktoes        false
  67. binditem "Previous Weapon"        "prevweapon"            idle_stand_rocktoes        false
  68.